home *** CD-ROM | disk | FTP | other *** search
/ Internet Surfer 2.0 / Internet Surfer 2.0 (Wayzata Technology) (1996).iso / pc / text / mac / faqs.531 < prev    next >
Text File  |  1996-02-12  |  29KB  |  530 lines

  1. Frequently Asked Questions (FAQS);faqs.531
  2.  
  3.  
  4.  
  5.     Are you producing a thesis, and trying to obey regulations that were
  6.     drafted in the typewriter era?  LaTeX is a typesetting system, so the
  7.     appropriate design conventions are for ``real books''.  Find whoever
  8.     is responsible for the regulations, and try to get the wording changed
  9.     to cater for typeset theses (e.g., to say ``if using a typesetting
  10.     system, aim to make your thesis look like a well-designed book'').
  11.  
  12.     If you fail to convince your officials, or want some inter-line
  13.     space for copy-editing:
  14.      - Try changing \baselinestretch: \renewcommand{\baselinestretch}{1.2}
  15.        may be enough to give officials the impression you've kept
  16.        to their regulations.  Don't try changing \baselineskip: its
  17.        value is reset at any size-changing command.
  18.      - Alternatively, get doublespace.sty from ./pub/tex/latex-style at
  19.        sun.soe.clarkson.edu, or, if you are using the new font selection
  20.        scheme, get doublespace.sty from ymir.claremont.edu
  21.        (134.173.4.23) in [anonymous.tex.inputs.latex-contrib].  There's
  22.        a setspace.sty from fileserv@shsu.edu which is more flexible, and
  23.        consistent with the latest release of LaTeX.  See question 22.
  24.  
  25.     It's not worth going to a lot of trouble.  (If officials won't allow
  26.     standard typographic conventions, you won't be able to produce an
  27.     aesthetically pleasing document anyway!)
  28.  
  29. 14) In LaTeX, how do I include a file in the verbatim environment?
  30.  
  31.     A good way to do this is to use Rainer Sch\"opf's verbatim.sty,
  32.     which provides the command \verbatiminput that takes a file
  33.     as an argument. This file is available from both the Aston archive
  34.     (see question 22) and ymir.claremont.edu (134.173.4.23). Several
  35.     files are needed. From ymir.claremont.edu, get the file
  36.     [tex.inputs.latex-mainz]verbatim.readme to find out what other
  37.     files you will need.
  38.  
  39.     Another way to do this is to use the alltt environment defined in
  40.     the style file alltt.sty available in ./pub/tex/latex-style from
  41.     sun.soe.clarkson.edu (see question 22).
  42.  
  43. 15) In LaTeX, how do I do Y?
  44.  
  45.     If you can't figure out how to do something in LaTeX after you
  46.     have read the manual very carefully, asked your local LaTeX
  47.     guru, and thought about it, there is a LaTeX help service
  48.     available. Please note that the way to accomplish something
  49.     in LaTeX is often by using an appropriate style file, so please
  50.     check this also (see question 16). If none of this works, send mail
  51.     in English describing your problem to latex-help@cs.stanford.edu.
  52.     If you haven't gotten a reply to your problem within about a week,
  53.     send mail to latex-help-coordinator@cs.stanford.edu.
  54.  
  55. 16) Where can I find a TeX macro or LaTeX style file for doing Y?
  56.  
  57.     Before you ask for a TeX macro or LaTeX style file to do something,
  58.     please search the TeX macro index written by David M. Jones
  59.     (dmjones@theory.lcs.mit.edu) and available via anonymous ftp
  60.     from theory.lcs.mit.edu (18.52.0.92) in ./pub/tex/TeX-index. Those
  61.     without access to anonymous ftp can send a message containing the
  62.     line ``send tex TeX-index'' to archive-server@theory.lcs.mit.edu.
  63.     The index is an excellent reference document with plenty of
  64.     cross-references. Also, many of the archive sites mentioned in
  65.     question 22 maintain extensive latex style collections, which you
  66.     can look through if you need something not in the index.
  67.  
  68. 17) How do I generate an index in TeX/LaTeX?
  69.  
  70.     Making an index is not trivial. There are several indexing programs
  71.     which aid in doing this. Some are:
  72.       makeindex - for LaTeX under Unix (but runs under other OS's
  73.          without changes). Available via anonymous ftp from
  74.          ymir.claremont.edu (134.173.4.23, VMS) in the directory
  75.          [.tex.utilities.makeindex]. A version for the Macintosh is
  76.          available from Johnny Tolliver at
  77.          tolliver%atf.mfenet@nmfecc.llnl.gov. The Makeindex documentation
  78.          is a pretty good source of information on how to create your
  79.          own index.
  80.       idxtex - for LaTeX under VMS. Available via anonymous ftp from
  81.          ymir.claremont.edu in the directory [.tex.utilities.idxtex].
  82.       texix - for TeX on CMS and Macintosh machines. Available via
  83.          anonymous ftp from ymir.claremont.edu in the directory
  84.          [.tex.utilities.texix].
  85.       indexor - for LaTeX under Unix, VMS, and DOS. Available via
  86.          anonymous ftp from ymir.claremont.edu in [.tex.utilities.indexor].
  87.       texindex - for LaTeX under Unix. Available from
  88.          comp.sources.misc archives in Volume 23.
  89.  
  90. 18) How do I get METAFONT to do what I want it to do?
  91.  
  92.     METAFONT allows you to create your own fonts, and ordinary TeX users
  93.     will never need to use it. METAFONT, unlike TeX, requires some
  94.     customization. Each output device for which you will be generating
  95.     fonts needs a mode associated with it. Modes are defined using the
  96.     mode_def convention described on page 94 of _The METAFONTbook_. So
  97.     first create a file, which we will call local.mf, containing all the
  98.     mode_defs you will be using. The file modes.mf by Karl Berry,
  99.     available via anonymous ftp from ftp.cs.umb.edu (192.12.26.23) in
  100.     ./pub/tex is a good starting point for this. Listings of settings for
  101.     various output devices are also published periodically in TUGboat
  102.     (see question 11). Now create a plain base file using inimf, plain.mf,
  103.     and local.mf:
  104.        % inimf
  105.        This is METAFONT....
  106.        **plain                 # you type plain
  107.        (output)
  108.        *input local            # you type this
  109.        (output)
  110.        *dump                   # you type this
  111.        Beginning to dump on file plain....
  112.        (output)
  113.        %
  114.     This should create a base file named plain.base (or something close)
  115.     and should be moved to the directory containing the base files on
  116.     your system.
  117.  
  118.     Now you need to make sure METAFONT loads this base when it starts
  119.     up. If METAFONT loads the plain base by default on your system, then
  120.     you're ready to go. Under Unix, we might, for instance define a
  121.     command mf which executes ``virmf &plain,'' loading the plain base
  122.     file.
  123.  
  124.     The usual way to create a font with plain METAFONT is to then start
  125.     it with the line
  126.        \mode=<mode name>; mag=<magnification>; input <font file name>
  127.     in response to the * prompt or on the METAFONT command line. If
  128.     <mode name> is unknown or omitted, then the mode defaults to proof
  129.     mode. If this has happened METAFONT will produce an output file
  130.     called <font file name>.2602gf. The <magnification> is a floating
  131.     point number or magstep (magsteps are defined in _The METAFONTbook_
  132.     and _The TeXbook_). If mag=<magnification> is omitted, then the
  133.     default is 1. For example, to generate cmr10 at 12pt for an epson
  134.     printer you would type
  135.        mf \mode=epson; mag=1.2; input cmr10
  136.     Note that under Unix the '\' and ';' characters must usually be
  137.     escaped, so this would typically look something like
  138.        mf \\mode=epson\; mag=1.2\; input cmr10
  139.  
  140.     If you don't have inimf or need a special mode that isn't in the
  141.     base, you can put its commands in a file (e.g., ln03.mf) and invoke
  142.     it on the fly with the \smode command. For example, to create
  143.     ln03.300gf for an LN03 printer, using the file
  144.     % This is ln03.mf as of 2/27/90
  145.     % mode_def courtesy of John Sauter
  146.     proofing:=0;
  147.     fontmaking:=1;
  148.     tracingtitles:=0;
  149.     pixels_per_inch:=300;
  150.     blacker:=0.65;
  151.     fillin:=-0.1;
  152.     o_correction:=.5;
  153.     (note the absence of the mode_def and enddef commands), you would type
  154.        mf \smode="ln03"; input cmr10
  155.  
  156. 19) Where do I get TeX/LaTeX for machine Y running Q?
  157.  
  158.     Unix - The Unix TeX distribution is no longer available via anonymous
  159.        ftp from one location. An up-to-date version of Unix TeX can
  160.        be assembled, however, by ftp'ing from several different sites.
  161.        If you don't want to do this, you can order it from the
  162.        University of Washington, for a small fee. Contact:
  163.                   Director
  164.                   Northwest Computing Support Center
  165.                   Thomson Hall, Mail Stop DR-10
  166.                   University of Washington
  167.                   Seattle, WA 98195 (USA)
  168.                   (206)543-6259
  169.        or send electronic mail to Elizabeth Tachikawa at
  170.        elisabet@max.u.washington.edu (note the ``s''). The fee charged
  171.        for getting the TeX distribution through the University of
  172.        Washington helps fund the further development of Unix TeX, so
  173.        it's a good idea to order it this way. This distribution compiles
  174.        under Ultrix. Executables for the 386/ix are available via
  175.        anonymous ftp from tik.vtt.fi (130.188.52.2) in
  176.        ./pub/tex/bin-386ix and from math.berkeley.edu (128.32.183.94)
  177.        in ./pub/tex386ix.tar.Z.
  178.  
  179.        To get TeX via anonymous ftp, first get the current web2c
  180.        distribution from ftp.cs.umb.edu (192.12.26.23) in ./pub/tex. If you
  181.        plan on using METAFONT, also grab the current version of modes.mf
  182.        (see question 18). The web2c distribution will allow you to create
  183.        initex, virtex, inimf, virmf, bibtex, and several programs for
  184.        manipulating fonts. Next you will need the basic TeX and METAFONT
  185.        macro files, available from labrea.stanford.edu (36.8.0.47) in
  186.        ./pub/tex/lib. The basic BibTeX style files are here as well, in
  187.        ./pub/tex/bibtex. If you want LaTeX, the current distribution is
  188.        available from rusinfo.rus.uni-stuttgart.de (129.69.1.12) in
  189.        ./soft/tex/latex. I recommend LaTeX be installed with the New Font
  190.        Selection Scheme (NFSS) (see question 35).  It resides in
  191.        ./soft/tex/latex-style-supported/nfss.  If you want AMSLaTeX or
  192.        AMSTeX, get them from e-math.ams.com (130.44.1.100) in ./ams.
  193.        Finally, you need fonts. TeX itself needs font files with the
  194.        extension ``.tfm''.  Your output device driver needs fonts in a
  195.        different format, probably ``.pk''. Both ymir.claremont.edu
  196.        (134.173.4.23) and rusinfo.rus.uni-stuttgart.de maintain collections
  197.        of fonts in these formats. These collections contain the necessary
  198.        fonts for the plain format and LaTeX, and other fonts you might
  199.        want.  Alternatively, the necessary font formats can be generated
  200.        from the METAFONT source, either by you, or automatically if you use
  201.        the dvips driver mentioned in question 2. The METAFONT sources are
  202.        available from the ymir and rusinfo archives.  Note that I have
  203.        tried to mention the definitive sources for all the programs above.
  204.        The nearest archive server (see question 22) may have everything
  205.        mentioned above, without having to ftp around the world.
  206.  
  207.     AIX - TeX for the IBM RS6000 running AIX can be found on
  208.        rusinfo.rus.uni-stuttgart.de (129.69.1.12) in
  209.        ./soft/tex/machines/unix/aix3.1.
  210.  
  211.     PC - A TeX package for the PC, including LaTeX, BibTeX, previewers,
  212.        and drivers is available via anonymous ftp from
  213.        vax.eedsp.gatech.edu (130.207.226.7) in ./pub/TeX. The variety here
  214.        is sbtex version 30 by Wayne Sullivan. EmTeX, another TeX package
  215.        for the PC by Eberhard Mattes, is available via anonymous ftp from
  216.        rusinfo.rus.uni-stuttgart.de (129.69.1.12) in
  217.        ./soft/tex/machines/pc/emtex and also from niord.shsu.edu
  218.        (192.92.115.8) in [.emtex]. This package includes LaTeX, METAFONT,
  219.        BibTeX, etc., as well. Documentation is available in both German
  220.        and English.
  221.  
  222.        All Public Domain TeX software for the PC is also available
  223.        through TUG. A catalog is available free from them at the
  224.        address given in question 11. This collection is maintained by
  225.        Jon Radel, who will answer technical questions on the material
  226.        (with no service guarantee). Send electronic mail to jon@radel.com.
  227.  
  228.     Mac - see question 7 for a public domain version.
  229.  
  230.     TOPS-20 - TeX was originally written on a DEC-10 under WAITS, and so
  231.         was easily ported to TOPS-20. A Distribution that runs on TOPS-20
  232.         is available via anonymous ftp from science.utah.edu
  233.         (128.110.198.2) in ./pub/tex/pub/web.
  234.  
  235.     VAX/VMS - VMS executables are available via anonymous ftp from
  236.         ymir.claremont.edu (134.173.4.23) in [.tex.exe]. Source is
  237.         available in [.tex.sources]. Version 3.1 is available in
  238.         [.tex.sources.tex3_1]. Ymir has a mailserver for those without
  239.         ftp access, although executables are not available through it.
  240.         Send a message containing the line ``help'' to
  241.         mailserv@ymir.claremont.edu. Standard tape distribution is
  242.         through DECUS or Maria Code.
  243.  
  244.     Atari - TeX is available for the Atari ST from atari.archive.umich.edu
  245.         (141.211.164.8) in ./atari/tex. If anonymous ftp is not available
  246.         to you, send a message containing the line ``help'' to
  247.         atari@atari.archive.umich.edu. The mail server can uuencode
  248.         binary files. Another version can be obtained via anonymous
  249.         ftp from ifi.informatik.uni-stuttgart.de (129.69.211.1) in
  250.         ./pub/atari.st/tex. There is also lots of TeX stuff for the
  251.         Atari on the rusinfo and ftp.cs.ruu.nl archives mentioned in
  252.         question 22.
  253.  
  254.     Amiga - Disk 1 of the Amiga CommonTeX distribution is available
  255.          via anonymous ftp from ab20.larc.nasa.gov (128.155.23.64)
  256.          in ./amiga/commontex.lzh. The file copying.tex in the
  257.          distribution contains information on how to obtain the other
  258.          disks. Also, experimental versions of TeX 3.1 and METAFONT 2.7
  259.          are available in ./incoming/amiga/TEX. There is also a full
  260.          implementation of TeX 3.1 called PasTeX available via anonymous
  261.          ftp from forwiss.uni-passau.de (132.231.1.10) in ./pub/amiga/tex.
  262.  
  263.     Tandy 6000 - If you are interested in building TeX on this machine
  264.          contact Ken Yap (ken@syd.dit.csiro.au), and he'll help you.
  265.  
  266. 20) Where can I get a thesis style for LaTeX?
  267.  
  268.     Thesis styles are usually very specific to your University, so it's
  269.     usually not profitable to ask the whole newsgroup for one. If you
  270.     want to write your own, a good place to start is the ucthesis style
  271.     available in the latex style collection at sun.soe.clarkson.edu
  272.     (see question 22).
  273.  
  274. 21) How do I get symbols for ``the real numbers'', ``the complex numbers'',
  275.     and so on?
  276.  
  277.     These symbols are known as ``blackboard bold'' and are available in
  278.     the AMS fonts ``msam'' (e.g., ``msam10'' for 10pt) and ``msbm''.
  279.     They replace the older ``msxm'' and ``msym''. The fonts have a large
  280.     number of mathematical symbols to supplement the ones
  281.     provided by TeX. The fonts are available via anonymous ftp from
  282.     e-math.ams.com (130.44.1.100) in the directory ./ams/amsfonts.
  283.     Two files which load the fonts and define the symbols are provided,
  284.     and both work with either TeX or LaTeX. Questions or suggestions
  285.     regarding these fonts should be directed to
  286.     tech-support@math.ams.com.
  287.  
  288.     A set of LaTeX macros for a ``lazy person's'' blackboard bold are:
  289.        \newcommand{\R}{{\sf R\hspace*{-0.9ex}\rule{0.15ex}%
  290.        {1.5ex}\hspace*{0.9ex}}}
  291.        \newcommand{\N}{{\sf N\hspace*{-1.0ex}\rule{0.15ex}%
  292.        {1.3ex}\hspace*{1.0ex}}}
  293.        \newcommand{\Q}{{\sf Q\hspace*{-1.1ex}\rule{0.15ex}%
  294.        {1.5ex}\hspace*{1.1ex}}}
  295.        \newcommand{\C}{{\sf C\hspace*{-0.9ex}\rule{0.15ex}%
  296.        {1.3ex}\hspace*{0.9ex}}}
  297.  
  298. 22) What repositories of TeX material are available, and how can I access
  299.     them?
  300.  
  301.     There are many repositories of TeX material available. Most of them
  302.     also have a mail server, i.e., a program that will send you files
  303.     via electronic mail. Here are some of the better ones:
  304.       - In the US, the archive at ymir.claremont.edu (134.173.4.23) has
  305.         a lot of PD TeX software, and even if it's not explicitly stated,
  306.         much of the software mentioned in this document is available there.
  307.         Anonymous ftp is supported, as is a mail server. Unfortunately,
  308.         executables are not available through the mail server. Send a
  309.         message containing the line ``help'' to MAILSERV@ymir.claremont.edu.
  310.       - The archive at Clarkson University, although out of date, still has
  311.         some things of interest. Use anonymous ftp to get files from
  312.         sun.soe.clarkson.edu (128.153.12.3). An archive server is available
  313.         if you can send mail to the United States. Send a one-line message
  314.         ``help'' to archive-server@sun.soe.clarkson.edu and it will send
  315.         you a file describing how to use it more fully. If you have
  316.         problems, contact archive-management@sun.soe.clarkson.edu
  317.       - In the United Kingdom, you can get TeX-related material from the
  318.         UK TeX archive at the University of Aston. (FTP access is also
  319.         available for people on JANET or the Internet. Use anonymous ftp
  320.         to tex.ac.uk (134.151.40.18). You will be placed in the root of
  321.         of the [tex-archive]. Telnet access is also allowed, to permit
  322.         more intelligent browsing. Use the username PUBLIC and the same
  323.         password. A known file is [tex-archive]000directory.list.) For
  324.         electronic mail access, send a message to texserver@tex.ac.uk. The
  325.         first non-blank line of the message must contain a valid TeXserver
  326.         command (help, directory, files, whereis, search, or path). The
  327.         program will then mail you a response notifying you that your
  328.         request has been received. If you fail to get a response from the
  329.         TeXserver, you may need to use the ``path'' command to help the
  330.         program out. For Internet users the return address is of the form
  331.         name%site@nsfnet-relay, while for Bitnet and EARN it is
  332.         name%site@earn-relay (i.e., include a line that says
  333.         ``path name%site@nsfnet-relay'' along with a line containing
  334.         ``help''). Note that the old three hyphen format is obsolete, but
  335.         still accepted by the program for backward compatibility.
  336.       - ftp.cs.ruu.nl (131.211.80.17) also contains a substantial TeX
  337.         archive with ftp access. To use it via email, send a message
  338.         containing the line ``help'' to mail-server@cs.ruu.nl. This mail
  339.         server can send binary files in a variety of different formats.
  340.       - In Germany, the host rusinfo.rus.uni-stuttgart.de (129.69.1.12)
  341.         is an anonymous ftp site with much TeX material. In particular
  342.         it is the definitive source for new font selection scheme in
  343.         LaTeX, for emtex (TeX for the IBM PC, see question 19), and contains
  344.         a set of hyphenation patterns for languages other than English. To
  345.         use it via email, send a message containing the line ``help'' to
  346.         mail-server@rusinfo.rus.uni-stuttgart.de.
  347.       - There are LISTSERV facilities for TeX at LISTSERV@DHDURZ1.BITNET.
  348.         Send a message containing the line ``help'' to this address.
  349.       - Another aggressively maintained archive is FILESERV@SHSU.BITNET.
  350.         Sending a message with the line HELP will get help, and
  351.         SENDME FILELIST will get an annotated listing of all packages
  352.         available there. The archive is accessible via anonymous ftp to
  353.         the host niord.shsu.edu (192.92.115.8).
  354.       - For users on BITNET, access to anonymous ftp for some files can
  355.         be obtained indirectly by sending mail to BITFTP@PUCC.BITNET.
  356.         Send a message containing the line ``help'' to this address for
  357.         more information.
  358.  
  359.     There is also the DECUS TeX collection, a collection of TeX material
  360.     for VMS, Unix, MS-DOS, and the Macintosh. It is available via
  361.     anonymous ftp from wuarchive.wustl.edu (128.252.135.4) in ./decus/tex.
  362.     It can also be obtained from the DECUS Library (reference number
  363.     VS0058) in the US, or through your DECUS office outside of the US. To
  364.     contact the DECUS Library, send mail or call:
  365.                  The DECUS Program Library
  366.                  219 Boston Post Road BP02
  367.                  Marlboro, MA 01752-1850
  368.                  (508)480-3418
  369.     or send electronic mail to the DECUS TeX Collection Editor, Ted
  370.     Nieland, at decus_tex@nieland.dayton.oh.us.
  371.  
  372.     Another good source of information is NETWORK SOURCES OF TeX WARE by
  373.     Peter Flynn which appeared in TeXhax, volume 90, issues 45-47 (in
  374.     May 1990).
  375.  
  376. 23) How do I use PostScript fonts with LaTeX?
  377.  
  378.     The best way to do this is to install the New Font Selection
  379.     Scheme (NFSS) (see question 35), and use the psnfss package
  380.     written by Sebastian Rahtz. It is available from all the major
  381.     archives mentioned in question 22. Unfortunately, on some it is
  382.     known as soton and on others as psnfss. The definitive home for
  383.     it is the UK TeX archive, tex.ac.uk (134.151.40.18) in
  384.     [tex-archive.latex.styles.fontsel.soton]. Other methods for using
  385.     PostScript fonts in LaTeX are cumbersome at best.
  386.  
  387. 24) How can I convert from format Y to TeX or LaTeX, and vice-versa?
  388.  
  389.     troff - TROFF-TO-LATEX.TAR-Z is available via anonymous ftp from
  390.       wsmr-simtel20.army.mil (26.2.0.74) in the directory
  391.       pd2:<unix-c.textproc>. This program, written by Kamal Al-Yahya
  392.       at Stanford, assists in the translation of a troff document into
  393.       LaTeX format.  It recognizes most -ms and -man macros, plus most
  394.       eqn and some tbl preprocessor commands. Anything fancier needs
  395.       to be done by hand.  Two style files are provided.  There
  396.       is also a man page (which converts very well to LaTeX :-).
  397.       The program is copyrighted but free. An enhanced version of this
  398.       program, tr2latex, is available from
  399.       tupac-amaru.informatik.rwth-acchen.de (137.226.112.31) in
  400.       ./pub/textproc/TeX. The DECUS TeX distribution (see question 22)
  401.       also contains a program which converts troff to TeX. If you are
  402.       interested in obtaining a copy of this program without getting the
  403.       entire DECUS TeX distribution, send the command: SENDME TROFFTOTEX
  404.       in the body of a mail message to FILESERV@SHSU.BITNET
  405.       (FILESERV@SHSU.edu), or use anonymous ftp to the directory
  406.       [.TROFFTOTEX] on Niord.SHSU.edu (192.92.115.8).
  407.  
  408.     scribe - Mark James has a copy of scribe2latex he has been
  409.       unable to test but which he will let anyone interested have.
  410.       Send email to mark@bdblues.altair.fr. The program was written
  411.       by Van Jacobson of Lawrence Berkeley Laboratory.
  412.  
  413.     wordperfect -  wp2latex.zip is available on wuarchive.wustl.edu
  414.       (128.252.135.4) in the directory ./mirrors/msdos/tex and on
  415.       wsmr-simtel20.army.mil (26.2.0.74) in the directory pd1:<msdos.tex>.
  416.       This is a PC program written in Turbo Pascal by R. C. Houtepen at
  417.       the Eindhoven University in the Netherlands.  It converts
  418.       WordPerfect 5.0 documents to LaTeX.  Pascal source is included.
  419.       Users find it ``helpful'' and ``decent'' in spite of some
  420.       limitations. It gets high marks for handling font changes.
  421.       Limitations include no indices, table of contents, margins or
  422.       graphics.  It also won't handle the new features of WordPerfect
  423.       5.1, in particular the equation formatter. The program is
  424.       copyrighted but free.
  425.  
  426.       Glenn Geers of the University of Sydney (glenn@qed.physics.su.oz.au)
  427.       is translating wp2latex into C and adding some WordPerfect 5.1
  428.       features, in particular its equation handling.  This is an ongoing
  429.       project; the most recent version can be retrieved via anonymous ftp
  430.       from suphys.physics.su.oz.au (129.78.129.1) in ./wp2latex. It is
  431.       also available by anonymous ftp from ymir.claremont.edu
  432.       (134.173.4.23) in the directory
  433.       [anonymous.tex.ibm_pc.front_ends.wp2latex]. It was posted to
  434.       alt.sources on 8 August 1990.
  435.  
  436.     PC-Write - pcwritex.arc is available on wuarchive.wustl.edu
  437.       (128.252.135.4) in directory mirrors/msdos/tex and on
  438.       wsmr-simtel20.army.mil (26.2.0.74) in directory pd1:<msdos.tex>.
  439.       This is a print driver for PC-Write that ``prints'' a PC-Write V2.71
  440.       document to a TeX-compatible disk file.  It was written by Peter
  441.       Flynn at University College, Cork, Ireland.  It is public domain.
  442.  
  443.     runoff - Peter Vanroose (vanroose@esat.kuleuven.ac.be) has
  444.       written a RUNOFF-to-TeX conversion program in VMS Pascal.  It is
  445.       available from comp.text archives (they do exist, don't they?  The
  446.       program was submitted in December 1987) or from the author
  447.       (peter@dit.lth.se) or from Mark James (mark@bdblues.altair.fr).
  448.  
  449.     refer/Tib - There are a few programs for converting bibliographic data
  450.       between BibTeX and refer/Tib formats.  They are available via
  451.       anonymous ftp from ftp.ai.mit.edu (128.52.32.6) in the
  452.       directory ./pub/refer-to-bibtex.  In spite of the directory name,
  453.       it also contains a  shell script to convert BibTeX to REFER as
  454.       well. This collection is maintained by
  455.       Thomas M. Breuel (tmb@ai.mit.edu).
  456.  
  457.     RTF - A program for converting Microsoft's Rich Text Format to TeX
  458.       is available via anonymous ftp from astro.princeton.edu
  459.       (128.112.128.131) in ./pub/rtf2TeX.tar.Z. It was written and is
  460.       maintained by Robert Lupton (rhl@astro.princeton.edu).
  461.  
  462.     Microsoft Word - A rudimentary program for converting MS-Word
  463.       to LaTeX is wd2latex, for MS-DOS, available via anonymous ftp
  464.       from ymir.claremont.edu (134.173.4.23) in
  465.       [.tex.ibm_pc.front_ends]. Probably a better idea, however,
  466.       is to convert the document to RTF format and use the RTF
  467.       converter mentioned above.
  468.  
  469.     In addition, a group at Ohio State University is working on a common
  470.     document format based on SGML.  In theory any format could be
  471.     translated to or from this one.  Also, Framemaker supposedly has
  472.     ``import filters'' to aid in the translation from alien formats
  473.     (presumably including TeX) to Framemaker; perhaps other desktop
  474.     publishing programs have similar things.
  475.  
  476. 25) How do I get a file into the major style repositories?
  477.  
  478.     Use anonymous ftp to rusinfo.rus.uni-stuttgart.de (129.69.1.12) and
  479.     transfer the file into the directory ./soft/tex/incoming. Then send
  480.     notification texinfo1@rusinfo.rus.uni-stuttgart.de. From there
  481.     it will propagate to other inclusive archives. If you cannot use
  482.     ftp, mail your contribution to sty-mgr@shsu.edu and it will be
  483.     passed along. You will make everyone's life easier if you choose a
  484.     descriptive and unique name for your submission, so it's probably
  485.     good idea to browse through some of the style repositories mentioned
  486.     in question 22 to insure your style file's name is not already
  487.     in use.
  488.  
  489. 26) Where can I get font Y?
  490.  
  491.     A comprehensive list of METAFONT fonts is posted to Comp.fonts
  492.     about once every six weeks by Lee Quin (lee@sq.sq.com). It contains
  493.     both commercial fonts and fonts available via anonymous ftp. Most
  494.     of the fonts available via anonymous ftp are available from
  495.     ymir.claremont.edu (134.173.4.23). Also, the file wujastyk.txh
  496.     on ymir.claremont.edu in [anonymous.tex.mf] is a copy of
  497.     Dominik Wujastyk's font article, and contains information on
  498.     METAFONT fonts as well.
  499.  
  500. 27) Where can I get a dvi driver for the HP LaserJet?
  501.  
  502.     PC - The emtex package mentioned in question 19 contains a driver for
  503.        the LaserJet, dvihplj. The driver is available by itself from
  504.        ymir.claremont.edu (134.173.4.23) in [.tex.ibm_pc.drivers.emtex]
  505.        in the files dvidrv[123].zip.
  506.  
  507.     Version 2.10 of the Beebe drivers support the LaserJet. These drivers
  508.     will compile under Unix, VMS, and on the Atari ST and DEC-20's. They
  509.     are available from science.utah.edu (128.110.198.2) in ./pub/tex/dvi
  510.     and from ymir.claremont.edu (134.173.4.23) in
  511.     [.tex.drivers.beebe2_10].
  512.  
  513. 28) TeX and LaTeX are hyphenating words weirdly. What can I do?
  514.  
  515.     You have a version mismatch problem. The hyphenation algorithm changed
  516.     between version 2.9 and 3.0. If you are using TeX version 3.0 or
  517.     later, make sure you have plain.tex and lplain.tex files with a
  518.     version number of at least 3.0.
  519.  
  520.     For those of you curious about the change, here's what happened:
  521.     in versions of TeX before 3.0 the hyphenation algorithm would not
  522.     break a word if the part before the break was not at least two
  523.     characters long, and the part after the break at least three
  524.     characters long. Starting with version 3.0 two integer parameters,
  525.     \lefthyphenmin and \righthyphenmin, control the length of these
  526.     fragments. These are set to 2 and 3, respectively, in the new
  527.     plain and lplain formats. They can be set to any value, of course,
  528.     but if \lefthyphenmin + \righthyphenmin is greater than 62, all
  529.     hyphenation is suppressed.
  530.